subscribe Safely Skipping Exceptions
inline fun <T> Flow<T>.subscribeSafelySkippingExceptions(scope: CoroutineScope, noinline block: suspend (T) -> Unit): Job
Content copied to clipboard
Use subscribeSafelyWithoutExceptions, but all exceptions inside of safely will be skipped